home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr22 / gnplt.zip / BINARY.DEM < prev    next >
Text File  |  1993-05-11  |  563b  |  28 lines

  1. #
  2. # $Id: binary.demo 3.38.2.6 1992/11/14 02:25:21 woo Exp $
  3. #
  4. set data style lines
  5. set hidden3d
  6. set title "Hidden line removal of explicit binary surfaces"
  7. set ticslevel 0
  8.  
  9. set xrange [-3:3]
  10. set yrange [-2:2]
  11. splot "binary1"
  12. pause -1 "Hit return to continue (1)"
  13.  
  14. set view 70,45
  15. set xrange [-3:3]
  16. set yrange [-3:3]
  17. splot "binary2"
  18. pause -1 "Hit return to continue (2)"
  19.  
  20. set title "Notice that sampling rate can change"
  21. set vi 70,10
  22. set xrange [-3:6]
  23. set yrange [-3:6]
  24. splot "binary3"
  25. pause -1 "Hit return to continue (3)"
  26.  
  27. set title ""
  28.